home *** CD-ROM | disk | FTP | other *** search
- on adjustVideoVol
- global VIDVOLUME
- repeat while the mouseDown
- set theVLoc to max(185, min(290, the mouseV))
- set the locV of sprite the clickOn to theVLoc
- set VIDVOLUME to (290 - theVLoc) * 256 / 105
- set the volume of sprite 6 to VIDVOLUME
- updateStage()
- end repeat
- end
-
- on playQTVideo
- global MOVIES, VIDVOLUME
- set nextMov to random(the number of items in MOVIES)
- set movieToPlay to item nextMov of MOVIES
- delete item nextMov of MOVIES
- set the memberNum of sprite 6 to value(movieToPlay)
- set the volume of sprite 6 to VIDVOLUME
- set the movieRate of sprite 6 to 1
- end
-